library(dplyr)
library(tidyr)
library(devtools)
library(stringr)
#library(RCurl)
document()
build()
check() #have to manually correct the NAMESPACE - not anymore
install()
library(GlobalArchive)
library(dplyr)
citation("GlobalArchive")
# Test
ga.clean.names(cars)
ga.capitalise("tEsT STRINg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.